projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b041301
)
*** empty log message ***
author
Fred Pierresteguy
<F.Pierresteguy@frcl.bull.fr>
Thu, 17 Feb 1994 22:09:05 +0000
(22:09 +0000)
committer
Fred Pierresteguy
<F.Pierresteguy@frcl.bull.fr>
Thu, 17 Feb 1994 22:09:05 +0000
(22:09 +0000)
lwlib/lwlib-Xlw.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib-Xlw.c
b/lwlib/lwlib-Xlw.c
index b7268bc12d09a8c66d489bd526269c33911a9e4f..c48d6614b2873700e5c58e586b92775424957dc7 100644
(file)
--- a/
lwlib/lwlib-Xlw.c
+++ b/
lwlib/lwlib-Xlw.c
@@
-86,7
+86,7
@@
xlw_create_menubar (instance)
widget =
XtVaCreateWidget (instance->info->name, xlwMenuWidgetClass,
instance->parent,
- XtNmenu,
instance->info->val
,
+ XtNmenu,
tem
,
0);
XtFree (tem);
@@
-115,7
+115,7
@@
xlw_create_popup_menu (instance)
widget =
XtVaCreateManagedWidget ("popup", xlwMenuWidgetClass,
popup_shell,
- XtNmenu,
instance->info->val
,
+ XtNmenu,
tem
,
XtNhorizontal, False,
0);